home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / cnrbas.zip / CNRBASE.RC < prev    next >
Text File  |  1992-10-10  |  2KB  |  40 lines

  1. /*********************************************************************
  2.  *                                                                   *
  3.  * MODULE NAME :  cnrbase.rc             AUTHOR:  Rick Fishman       *
  4.  * DATE WRITTEN:  10-09-92                                           *
  5.  *                                                                   *
  6.  * DESCRIPTION:                                                      *
  7.  *                                                                   *
  8.  *  Resource file for CNRBASE.EXE.                                   *
  9.  *                                                                   *
  10.  * HISTORY:                                                          *
  11.  *                                                                   *
  12.  *  10-09-92 - File Created                                          *
  13.  *                                                                   *
  14.  *  Rick Fishman                                                     *
  15.  *  Code Blazers, Inc.                                               *
  16.  *  4113 Apricot                                                     *
  17.  *  Irvine, CA. 92720                                                *
  18.  *  CIS ID: 72251,750                                                *
  19.  *                                                                   *
  20.  *********************************************************************/
  21.  
  22. #include <os2.h>
  23. #include "cnrbase.h"
  24.  
  25. MENU ID_RESOURCES
  26. {
  27.     SUBMENU  "~View", -1
  28.     {
  29.         MENUITEM "~Tree/icon",        IDM_TREE
  30.         MENUITEM "~Name/flowed",      IDM_NAME
  31.         MENUITEM "~Icon",             IDM_ICON
  32.         MENUITEM "~Details",          IDM_DETAILS
  33.         MENUITEM "T~ext/flowed",      IDM_TEXT
  34.     }
  35. }
  36.  
  37. /*********************************************************************
  38.  *                  E N D     O F     S O U R C E                    *
  39.  *********************************************************************/
  40.